Overload | Description |
---|---|
MatchRegex(String,OccurrenceConstraint,String,Object[]) | Asserts that a string matches a regular expression with expected occurrence |
MatchRegex(String,String,Object[]) | Asserts that a string matches a regular expression. |
MatchRegex(Regex,OccurrenceConstraint,String,Object[]) | Asserts that a string matches a regular expression with expected occurrence |
MatchRegex(Regex,String,Object[]) | Asserts that a string matches a regular expression. |